home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / create / radialpsychedelicblast < prev    next >
Text File  |  1999-06-15  |  640b  |  44 lines

  1. Filter Factory Plugin Information:
  2.  
  3. FILENAME: NRDBLEND.8BF
  4.  
  5. CATEGORY: 
  6. Neology
  7.  
  8. TITLE:    
  9. Radial blender
  10.  
  11. COPYRIGHT:
  12. Copyright ) 1996 Werner D. Streidt
  13. http://www.fhd-stuttgart.de/~ws01
  14.  
  15. AUTHOR:   
  16. Werner D. Streidt
  17.  
  18. Map 0: [Map 0:]
  19. Map 1: [Map 1:]
  20. Map 2: [Map 2:]
  21. Map 3: [Map 3:]
  22.  
  23. Control 0: [Blend amount]
  24. Control 1: [Control 1:]
  25. Control 2: [Red start value]
  26. Control 3: [Red end value]
  27. Control 4: [Green start value]
  28. Control 5: [Green end value]
  29. Control 6: [Blue start value]
  30. Control 7: [Blue end value]
  31.  
  32. R=
  33. scl(m*ctl(0)%256,0,255,ctl(2),ctl(3))
  34.  
  35. G=
  36. scl(m*ctl(0)%256,0,255,ctl(4),ctl(5))
  37.  
  38. B=
  39. scl(m*ctl(0)%256,0,255,ctl(6),ctl(7))
  40.  
  41. A=
  42. a
  43.  
  44.